TakeTypeProfileResponse

data class TakeTypeProfileResponse(result: List<ScriptTypeProfile>)

Represents response frame that is returned from Profiler#takeTypeProfile operation call. Collect type profile.

See also

Constructors

TakeTypeProfileResponse
Link copied to clipboard
fun TakeTypeProfileResponse(result: List<ScriptTypeProfile>)

Properties

result
Link copied to clipboard
val result: List<ScriptTypeProfile>
Type profile for all scripts since startTypeProfile() was turned on.

Sources

jvm source
Link copied to clipboard